Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Memory Allocation in low RAM environments
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jano Svitok, post: 4598080"] In the gc.c file you'll find: #ifndef GC_MALLOC_LIMIT #if defined(MSDOS) || defined(__human68k__) #define GC_MALLOC_LIMIT 200000 #else #define GC_MALLOC_LIMIT 8000000 #endif #endif You may try playing with that number. Warning: I know almost nothing about ruby internals, so I won't tell you the possible consequences, nor the sensible lower bound for the number. Jano [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Memory Allocation in low RAM environments
Top