Garbage collect or rate limit number of Chrome processes

The number of chrome processes adds up over time:

$ ps aux | grep chrome | wc -l
15

possible to reuse a pool of a few instances, instead of spawning a new process each time?