Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Main Repositories
otb
Commits
6be14e7b
Commit
6be14e7b
authored
Dec 06, 2009
by
Emmanuel Christophe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: streaming size from config file, set up directly the size value
parent
485837bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+3
-2
No files found.
CMakeLists.txt
View file @
6be14e7b
...
...
@@ -878,9 +878,10 @@ ENDIF(OTB_DISABLE_UTILITIES_COMPILATION)
#-----------------------------------------------------------------------------
# Option to define streaming activation in applications
# Use by otbConfigure.h.in
SET
(
OTB_STREAM_IMAGE_SIZE_TO_ACTIVATE_STREAMING 8*4000*4000 CACHE STRING
"Image size to activate using streaming for applications."
)
# Note: 8*4000*4000 = 128000000 (double 4000x4000 image)
SET
(
OTB_STREAM_IMAGE_SIZE_TO_ACTIVATE_STREAMING 128000000 CACHE STRING
"Image size to activate using streaming for applications."
)
MARK_AS_ADVANCED
(
OTB_STREAM_IMAGE_SIZE_TO_ACTIVATE_STREAMING
)
SET
(
OTB_STREAM_MAX_SIZE_BUFFER_FOR_STREAMING
8*4000*4
000 CACHE STRING
"Max size buffer for streaming."
)
SET
(
OTB_STREAM_MAX_SIZE_BUFFER_FOR_STREAMING
128000
000 CACHE STRING
"Max size buffer for streaming."
)
MARK_AS_ADVANCED
(
OTB_STREAM_MAX_SIZE_BUFFER_FOR_STREAMING
)
...
...
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