Skip to content

WebDriver Chrome shm_size how to install via containerBuilder? #1070

Closed Answered by HofmeisterAn
Zombach asked this question in Q&A
Discussion options

You must be logged in to vote

The container builder API exposes low level configurations through WithCreateParameterModifier(Action<TCreateResourceEntity>). You can use this to set shm_size.

WithCreateParameterModifier(modifier => modifier.HostConfig.ShmSize = 64000000)

The unit is bytes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Zombach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants