Anyway memory consumption of the string optimizer seems to be very high.

Is there maybe a possibility to lower the memory usage of the optimizer? Sebastian?

Thank you for your help.



Dietrich Streifert schrieb:
This was caused simply because the python process allocated 350 MByte 
and my (virtual) solaris box was out of memory.

Dietrich Streifert schrieb:
  
Hello List!

I'm trying to compile my own class hierarchie with the qooxdoo build system.

I have a huge widget which contains a lot of subwidgets. On compilation 
of this class the compiler fails with the following error:

    - Generating tokens for qx.visionet.ui.nra.Fall...
Traceback (most recent call last):
  File "/development/www/qooxdoo/frontend/framework/tool/generator.py", 
line 1056, in ?
    main()
  File "/development/www/qooxdoo/frontend/framework/tool/generator.py", 
line 300, in main
    argparser(sys.argv[1:])
  File "/development/www/qooxdoo/frontend/framework/tool/generator.py", 
line 280, in argparser
    (fileDb, moduleDb) = load(options)
  File "/development/www/qooxdoo/frontend/framework/tool/generator.py", 
line 324, in load
    (fileDb, moduleDb) = loader.indexScriptInput(options)
  File 
"/development/www/qooxdoo/frontend/framework/tool/modules/loader.py", 
line 568, in indexScriptInput
    resolveAutoDeps(fileDb, options)
  File 
"/development/www/qooxdoo/frontend/framework/tool/modules/loader.py", 
line 318, in resolveAutoDeps
    fileTokens = getTokens(fileDb, fileId, options)
  File 
"/development/www/qooxdoo/frontend/framework/tool/modules/loader.py", 
line 200, in getTokens
    tokens = tokenizer.parseStream(fileContent, fileId)
  File 
"/development/www/qooxdoo/frontend/framework/tool/modules/tokenizer.py", 
line 248, in parseStream
    content = parseFragmentLead(content, fragment, tokens)
  File 
"/development/www/qooxdoo/frontend/framework/tool/modules/tokenizer.py", 
line 154, in parseFragmentLead
    return content[pos+len(fragment):]

Any hints what causes this?

Are there some memory settings for the python interpreter which can be 
tweaked?

Thank you for your help.

Regards....

  
    

  

-- 
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to