Abhiram Mishra

Results 5 comments of Abhiram Mishra

The --cg flag used in isolate for --init, --run and --cleanup, to enable cgroup. If the value `enable_per_process_and_thread_time_limit` is set to true and `enable_per_process_and_thread_memory_limit` is set to true then the...

For example: A request to the one in locally `http://localhost/submissions?wait=true&base64_encoded=true&language_id=62&source_code=cHVibGljIGNsYXNzIE1haW57CiBwdWJsaWMgc3RhdGljIHZvaWQgbWFpbihTdHJpbmcgYXJzW10pewogU3lzdGVtLm91dC5wcmludGxuKCJhc2RmIik7Cn0KfQ==` This will work fine But Adding this two parameter to the above &enable_per_process_and_thread_time_limit=true&enable_per_process_and_thread_memory_limit=true will fail ,with the following error :...

Note to the op. The submission request if marked as wait false, it goes through redis queue, thus there is no direct communication between the api and workers. The payload...

@saikatharryc , Having 100+ workers will not benefit from the submission latency (submission response time when used as wait=false mode) if you have only one api server who is taking...

I can confirm this issue exists. ``` ARG TARGETPLATFORM RUN echo '===========================SETTING UP FOR '$TARGETPLATFORM'==========================' ``` I am using both the platform and buildArgs but the TARGETPLATFORM never prints ```...