Question

I have a question referring to Griffon. Is there a way to decrease memory consumption of griffon applications? Actually the sample griffon application process (just single window with label) takes in Windows ~80MB. Is there a way to change something to visibly decrease this basic memory usage? Griffon is a great solution etc. but my customer complains that a simple application takes such an amount of memory (more than e.g. Word, Outlook, or most of complicated Java application - comparable with whole).

Was it helpful?

Solution

A barebones Griffon app (just by calling create-app and nothing more) reports 49M of memory usage. In terms of file size it's a bit above 7M. Whereas a java base Griffon app (griffon create-app sample --file-type=java) rises up to 42M of memory usage; same file size.

This is of course using default settings provided by the run-app command. Further memory configuration settings may be applied to limit and streamline resource consumption.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top