+3
−6
+11
−22
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
This patch is meant to improve the performance of SLUB by moving the local kmem_cache_node lock into it's own cacheline separate from kmem_cache. This is accomplished by simply removing the local_node when NUMA is enabled. On my system with 2 nodes I saw around a 5% performance increase w/ hackbench times dropping from 6.2 seconds to 5.9 seconds on average. I suspect the performance gain would increase as the number of nodes increases, but I do not have the data to currently back that up. Bugzilla-Reference: http://bugzilla.kernel.org/show_bug.cgi?id=15713 Cc: <stable@kernel.org> Reported-by:Alex Shi <alex.shi@intel.com> Tested-by:
Alex Shi <alex.shi@intel.com> Acked-by:
Yanmin Zhang <yanmin_zhang@linux.intel.com> Acked-by:
Christoph Lameter <cl@linux-foundation.org> Signed-off-by:
Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by:
Pekka Enberg <penberg@cs.helsinki.fi>
CRA Git | Maintained and supported by SUSTech CRA and CCSE