Use a Shared Proxy for PHP Agents
By default, if you are running multiple agents, each agent automatically launches its own Java proxy to communicate with the controller.
However, if you are running multiple PHP Agents on the same machine, you can reduce your overhead by setting up the agents to report to a single shared or multi-tenant proxy. In this case, you would need to start that proxy manually.
The number of nodes that can report to a single proxy is limited by the size of the heap given to the proxy. You may need to adjust the maxHeapSize and maxPermSize settings in the runproxy
script if you have a large number of agents reporting to a single proxy.