是否有shell命令可以找出作者可以在cli SAPI上使用多少内存?不是通过执行phpinfo()可以找到的CGI;
我想知道我的主人的内存限制。
答案 0 :(得分:1)
在命令行上:
structure(list(ID = c("1", "2", "3", "4"), AutoupdateDetails = list(
structure(list(ParentID = c("1011", "ZIP"), ChildID = c("765",
"Valuableuser")), .Names = c("ParentID", "ChildID"), class = "data.frame", row.names = 1:2),
structure(list(ParentID = c("4002", "Dispatch", "Paid"),
ChildID = c("78678", "USER")), .Names = c("ParentID",
"ChildID"), class = "data.frame", row.names = 1:2), structure(list(
ParentID = c("76579", "Arrival"), ChildID = c("5345",
"Low", "High")), .Names = c("ParentID", "ChildID"), class = "data.frame", row.names = 1:2),
structure(list(ParentID = c("29920", "Shipped", "Ontheway"
), ChildID = c("3453", "Medium"), SuperChild = c("3534",
"Budged")), .Names = c("ParentID", "ChildID", "SuperChild"
), class = "data.frame", row.names = 1:2)), USER = c("1",
"1", "1", "1", "1")), .Names = c("ID", "AutoupdateDetails", "USER"
), row.names = c(NA, 4L), class = "data.frame")
了解内存限制错误here。