toddsundsted/ktistec

Minimum RAM requirements?

N1ck75 opened this issue ยท 3 comments

N1ck75 commented

I'm getting OOM killer on build

"Out of memory: Killed process 860 (crystal) total-vm:3880680kB"

My VPS is running 4GB

i'm late to this issue, but fwiw i just committed code that knocks the compile time and process size down quite a bit for me. i'll be doing more optimization over the next couples weeks, but i'd be happy to know if this works for you now.

Curious to see the result of @toddsundsted's changes. Are you doing a release build @N1ck75?

@toddsundsted I'm also thinking of checking block vs proc thing for Kemal itself ๐Ÿ‘ Thanks a lot for using Kemal ๐Ÿ™

I'm also thinking of checking block vs proc thing for Kemal itself ๐Ÿ‘ Thanks a lot for using Kemal ๐Ÿ™

a warning of some kind, once the inlined code is over some size threshold, would be ideal imo!