Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NI-RUN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Štěpánek
NI-RUN
Commits
6f3b79e3
Commit
6f3b79e3
authored
1 year ago
by
Michal Štěpánek
Browse files
Options
Downloads
Patches
Plain Diff
Increase heap size
parent
a4b99815
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Task2 odevzdání
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fml.c
+1
-1
1 addition, 1 deletion
src/fml.c
with
1 addition
and
1 deletion
src/fml.c
+
1
−
1
View file @
6f3b79e3
...
...
@@ -15,7 +15,7 @@
#define HEAP_SIZE_COMMAND "--heap-size"
#define HEAP_LOG_COMMAND "--heap-log"
#define DEFAULT_HEAP_SIZE
128
#define DEFAULT_HEAP_SIZE
550
int
main
(
int
argc
,
char
**
argv
)
{
if
(
argc
<
2
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment