Skip to content

realsdx/litebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteBox

Isolated execution environment for executing programs. User can set different resource limits on CPU, Memory, Stack Size and File size etc. After execution get a report on Resource usage by the program.

Build

go build .

Usage

sudo ./litebox --cpu=5 --mem=7000 --nproc=25 --exec='python3 test.py'

Current Status

Currently this project is development phase, do not use it If you found a problem, open an issue, if you aslo have the solution to it open a Pull Request :)

About

A lightweight isolated execution container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages