Increase process stack size

This commit is contained in:
NIIBE Yutaka
2013-03-12 10:44:20 +09:00
parent d3450f1265
commit 1ad81a61bd
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2013-03-12 Niibe Yutaka <gniibe@fsij.org>
* src/gnuk.ld.in (__process_stack_size__): Increase (was: 0x200).
2013-03-09 Niibe Yutaka <gniibe@fsij.org>
* src/openpgp-do.c (gpg_do_public_key): Add OID for ECDSA.

View File

@@ -28,7 +28,7 @@
* ST32F103 memory setup.
*/
__main_stack_size__ = 0x0400;
__process_stack_size__ = 0x0200;
__process_stack_size__ = 0x0400;
MEMORY
{