mirror of
https://github.com/greenshot/greenshot
synced 2025-07-13 00:23:54 -07:00
Added lower memory footprint expert setting and created a PsAPI.cs file for the Process API invokes.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1866 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
ffb9502015
commit
d0ff4fbed6
8 changed files with 95 additions and 41 deletions
|
@ -171,6 +171,8 @@ namespace GreenshotPlugin.Core {
|
|||
|
||||
[IniProperty("OptimizeForRDP", Description="Make some optimizations for usage with remote desktop", DefaultValue="False")]
|
||||
public bool OptimizeForRDP;
|
||||
[IniProperty("MinimizeWorkingSetSize", Description="Optimize memory footprint, but with a performance penalty!", DefaultValue="False")]
|
||||
public bool MinimizeWorkingSetSize;
|
||||
|
||||
|
||||
// change to false for releases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue