Skip to content

kellanburket/ignite-leak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run from anywhere

Value as String

docker run -v $LOCAL_STORAGE:$CONTAINER_STORAGE -v $LOCAL_WAL:$CONTAINER_WAL -m 22G --cpus=12 --memory-swappiness 0 --name ignite.leak -d miraco/ignite:leak

Value as Long

docker run -v $LOCAL_STORAGE:$CONTAINER_STORAGE -v $LOCAL_WAL:$CONTAINER_WAL -m 22G -e VALUE_TABLE=ValueLong --cpus=12 --memory-swappiness 0 --name ignite.leak -d miraco/ignite:leak

Value as Bytes

docker run -v $LOCAL_STORAGE:$CONTAINER_STORAGE -v $LOCAL_WAL:$CONTAINER_WAL -m 22G -e VALUE_TABLE=ValueBytes --cpus=12 --memory-swappiness 0 --name ignite.leak -d miraco/ignite:leak

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published