2

I am unable to connect to my P4 repository through P4V or Intellij Idea, the error shown is as below in my Mac:

The filesystem 'P4LOG' has only 0B free, but the server configuration requires at least 10M available

Looks like the repository connection is refused when any P4 client is unable to log in its corresponding log file due to size limits. Can you please help me in finding which file to tweak for this setting and how (the syntax part)?

I have p4 command line and GUI utilities installed but cannot find any filesystem location with the following command at "/" location:

sudo find . -name '*P4LOG*'
4

1 回答 1

2

这里的问题是您服务器上的硬盘已满。

您无法通过重新配置服务器来解决此问题(至少,不容易)。

相反,您需要登录到服务器计算机并提供更多可用磁盘空间。

也许,在(最好)将它们复制到外部备份设备以进行长期存储之后,您可以删除累积的旧备份或旧日志文件。

确定服务器上的硬盘为何已满可能需要一点时间。也许,有人提交的文件比您预期的要多,或者提交的文件比您预期的要大。有时,某人不小心提交了一个他们不打算提交的非常大的文件,这会占用服务器上的所有磁盘空间。

一旦您向服务器添加了更多磁盘空间,或者找到并删除了占用空间的不必要项目,服务器将恢复正常操作。

于 2015-05-03T17:08:39.590 回答