Sam Carlberg

Results 157 comments of Sam Carlberg

@JLLeitschuh Looks like creating a new `PublishVideoOperation` will crash the app if one is already present in the pipeline.

This will be fixed by #866, or whatever ends up replacing that PR.

How much memory do you have installed? GRIP is configured to use up to 200MB on the Java heap but will tend to use more overall due to OpenCV's native...

And what version of GRIP?

If you go to the `Help > About` menu, what version does it report?

Then it's most likely a problem with Arch. I can't reproduce this on Elementary OS

If you have a JDK installed, you can launch VisualVM to see how much of the heap is being used and how large the heap is. If the heap is...

@thomassross are you building with Gradle or using the native app from our releases page?

That's expected. Changing images allocates more memory. If you're comfortable with it, you can install VisualVM and the GC plugin for it. Garbage collection should be running about once per...

Is this still a problem? I've never encountered it.