[Qt-interest] QScriptEngine: "Could not allocate register file: 12"
Frank Mertens
frank at cyblogic.de
Wed May 5 23:00:17 CEST 2010
When I remember right the script engine is doing some memory mapping
for its "register file". So, my guess is, you are running out of address
space for memory mapping. The question is of course, why you need
hundreds of script engines running at the same time. If you really need
this maybe you check the compiler flags for the Qt libs. There is a flag
to disable the JIT and maybe it takes less resource that way.
More information about the Qt-interest-old
mailing list