[Solved] Failed to initialize VMemBuf

accassar

Active Member
#4
OK I increased these values as directed even though it's a remote lsapi process and issue appears to have gone. Thanks.

How does this actually work?
 

webizen

Well-Known Member
#5
you need LSAPI External App defined in LSWS to communicate with LSPHP process either local or remote (in your case). The error message indicates that there is resource contention in LSAPI external app. Increase the limit will alleviate the situation.
 
Top