Hacker News new | ask | show | jobs
by chubot 2042 days ago
Hm interesting, for anyone interested, LuaJIT has a 2 GiB limit, which is unsurprisingly problematic for machine learning:

https://kvitajakub.github.io/2016/03/08/luajit-memory-limita...

https://github.com/karpathy/char-rnn/issues/80

1 comments

The 2gb limit has been fixed for a many years now with the GC64 mode that was set to the default build mode last year.