Skip to content

This repository is a collection of ProM scripts, which is a commandline approach for using plugins in ProM.

Notifications You must be signed in to change notification settings

DStekel3/ProM-CommandLine-Scripts

Repository files navigation

ProM-CommandLine-Scripts

This repository is a collection of ProM scripts, which is a command-line approach for applying plugins in ProM.

For more information on using ProM through a command-line, I refer you to https://dirksmetric.wordpress.com/2015/03/11/tutorial-automating-process-mining-with-proms-command-line-interface/.

Error handling

It could happen that you run into a "java.lang.OutOfMemoryError: GC overhead limit exceeded" exception. This happens when the Garbage Collector of JVM is too busy with removing garbage, because the heap generation is at its limit.

Although it is not the best solution, an easy fix would be to adjust the -Xmx -XX:MaxPermSize= parameters. For instance, set these parameters to -Xmx4G -XX:MaxPermSize=2G. This will give your program more memory space, such that the exception occurs less frequently.

About

This repository is a collection of ProM scripts, which is a commandline approach for using plugins in ProM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published