Loading a workflow causes massive memory usage before running
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
has anyone ever noticed some workflows using over 0.5GB of memory upon loading?
This is before running the workflow, for some reason any change locks the interface up to a minute and it almost feels like there is a memory leak somewhere as RAM usage goes up with every change.
Has anyone experienced anything similar?
Solved! Go to Solution.
- Labels:
- Bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello JPoz,
I can't provide the input easily as it's customer data but I suspect you could reproduce the issue by taking a file with lots of categorical data and using cross-tab to transpose it to columns, a long enough list of cities could do it.
The file has approximately 700 columns produces by a cross-tab tool, which for every created field creates the following:
This is a big block of code that is apparently being parsed and it tends to slow down the interface.
I've got worse offenders than this but they tend to be bigger workflows, in this case it was blatant because a very simple flow is massively slowed down.
A "simple" (in logical terms, code sadly almost never is) solution would be an option to stop formula tools from adding metadata to created fields.
This could also likely help fixing the fact that copying a field name in a select tool also copies all the metadata, which is not exactly handy.
If you're interested in "big, slow" workflows I can provide other examples but sadly no input data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You're right, the data files themselves aren't needed, this is entirely an issue with the meta info being stored in the workflow. I think I have a potential solution to this.
Can you or anyone else send me more workflows with similar loading problems? It would help to get this issue fixed. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for providing those workflows.
I was able to make several performance improvements to the Designer using these workflows. For example, on my computer the modellol.yxmd file was taking roughly 18 seconds to load. It now opens in about 2 seconds.
I will continue to try to optimize, and any additional workflows you can provide would be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator

- « Previous
-
- 1
- 2
- Next »