How to set LCB_OPTIONS

I’ve read the web and found out that I have to set http_poolsize = 0 to solve and issue.
I tried this command

$ LCB_OPTIONS http_poolsize=0

But when I enter that command I get this error

$ LCB_OPTIONS: command not found

Where should I enter that command?
I’m on Ubuntu 14.04

I believe the command you’re looking for is “LCB_OPTIONS=http_poolsize=0”

There is an equal sign “=” omitted in your command string.

1 Like

Wow! Thanks man.
Do you know what is the default value for http_poolsize, if I ever wanted to revert back to default value?