[Qt-interest] QScriptEngine: "Could not allocate register file: 12"
Pedro Santos
nonspam2048 at yahoo.de
Thu May 6 09:56:30 CEST 2010
Am 05.05.2010 23:00, schrieb Frank Mertens:
> 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.
I don't really need that many script engines. But I would like to understand
what this error means. Thank you for the hint with the JIT, I will try it out
and see what happens.
Greetings
Pedro
More information about the Qt-interest-old
mailing list