Skip to content

Commit

Permalink
Increase heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
173210 committed Sep 28, 2015
1 parent d68eaa3 commit 90c67e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psp/psp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ PSP_MAIN_THREAD_STACK_SIZE_KB(256); /* smaller stack for kernel thread */
//12000 ok
//14000x
//28000x
PSP_HEAP_SIZE_KB(4096);
PSP_HEAP_SIZE_MAX();

#ifdef PROFILE
profile_t profile_data;
Expand Down

0 comments on commit 90c67e9

Please sign in to comment.