Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Commits
e696d0bb
Commit
e696d0bb
authored
8 months ago
by
oljas.jarasbaev
Browse files
Options
Downloads
Patches
Plain Diff
[*] fix map size
parent
45751058
No related branches found
Branches containing commit
No related tags found
1 merge request
!1711
[*] fix map size
Pipeline
#41620
passed with stage
in 11 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/chain/dap_chain_cell.c
+1
-1
1 addition, 1 deletion
modules/chain/dap_chain_cell.c
with
1 addition
and
1 deletion
modules/chain/dap_chain_cell.c
+
1
−
1
View file @
e696d0bb
...
...
@@ -41,7 +41,7 @@
#define DAP_CHAIN_CELL_FILE_SIGNATURE 0xfa340bef153eba48
#define DAP_CHAIN_CELL_FILE_TYPE_RAW 0
#define DAP_CHAIN_CELL_FILE_TYPE_COMPRESSED 1
#define DAP_MAPPED_VOLUME_LIMIT ( 1 << 2
0
) // 256 MB for now, may be should be configurable?
#define DAP_MAPPED_VOLUME_LIMIT ( 1 << 2
8
) // 256 MB for now, may be should be configurable?
/**
* @struct dap_chain_cell_file_header
*/
...
...
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