Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
efd01d95
Commit
efd01d95
authored
Nov 29, 2011
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase default heap size to 2 MB and default stack size to 512 KB
parent
853e6856
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Config/IDEPrefs
Config/IDEPrefs
+2
-2
Pm/PmTypes.icl
Pm/PmTypes.icl
+5
-5
No files found.
Config/IDEPrefs
View file @
efd01d95
...
@@ -104,8 +104,8 @@ LnkOp
...
@@ -104,8 +104,8 @@ LnkOp
GenerateDLL: False
GenerateDLL: False
ExportedNames:
ExportedNames:
AppOp
AppOp
HeapSize:
409600
HeapSize:
2097152
StackSize:
1024
00
StackSize:
5120
00
ExtraMemory: 81920
ExtraMemory: 81920
IntialHeapSize: 204800
IntialHeapSize: 204800
HeapSizeMultiplier: 4096
HeapSizeMultiplier: 4096
...
...
Pm/PmTypes.icl
View file @
efd01d95
...
@@ -320,11 +320,11 @@ DefCodeGenOptions =
...
@@ -320,11 +320,11 @@ DefCodeGenOptions =
DefApplicationOptions
::
ApplicationOptions
;
DefApplicationOptions
::
ApplicationOptions
;
DefApplicationOptions
=
DefApplicationOptions
=
{
hs
=
40960
0
{
hs
=
2
<<
2
0
,
ss
=
10240
0
,
ss
=
500
<<
1
0
,
em
=
8
192
0
,
em
=
8
<<
1
0
,
heap_size_multiple
=
4096
/*16*256*/
,
heap_size_multiple
=
16
<<
8
,
initial_heap_size
=
20
480
0
,
initial_heap_size
=
20
0
<<
1
0
,
set
=
False
,
set
=
False
,
sgc
=
False
,
sgc
=
False
,
pss
=
False
,
pss
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment