English 中文(简体)
大型代码基的C#汇编器将快速运行,机器有庞大的RAM?
原标题:will C# compiler for big codebase run dramatically faster on machine with huge RAM?

我看到,在一个大型遗产编码基地,没有适当的组别,使用2G RAM机器,建筑时间确实很慢。 因此,如果我不想在不进行法典整顿的情况下加快速度,那么如果公平信息技术部门要提供一台,那么16G(或其他一些如此之多)的援助团机器会大大加快? 换言之,区域援助团是足够庞大的蚊帐项目的主要瓶颈,还是还有其他主要问题?

Any input about similar situation for building Java is also appreciated, just out of pure curiosity.

最佳回答

当你比申请使用更多的援助团时,再增加援助团的业绩不会改善。 通过使用128GB的RAM,你可能不会看到任何改进。

我们不能猜测所需数额。 通过寻找任务主管机构来衡量。

问题回答

它肯定会赢得你们的任何伤害。

2G is pretty small for a dev machine, I use 16G as a matter of course.

然而,建筑时间会很快通过档案进入关口,因此,虽然你可能得到一些改进,但我怀疑你打上了车。 ([EDIT] 评论者指出,汇编也可能是万国邮联的附庸。)

您是否研究了平行建筑(例如,见本SO问题:上同时建设项目。

或者,你可以调整你的法典基础,并可能将一些不太经常更新的集会移至单独的斜体,然后将这些集会称为DLs(这在所有情况下都是一个伟大的思想,但有时可能是权宜之计)。 从你对问题的描述来看,我对这一点的猜测比作的更容易,但这正是我们如何在我们的法典基础上取得良好结果。

整个区域援助团问题实际上都是国际不动产业协会的问题。 你在系统上加上的援助团越多,申请就越可能要寻找一个足以储存某一大小物体的记忆地点,而且其速度越快;然而,在某一点之后,该系统不大可能找到一个不足以储存其无足轻重的物体的地点。 (注:阅读/阅读快照的援助团徽章也在这方面发挥作用)。

In summary: @ 2gb RAM, you definitely should upgrade that to something more like 8gb or the suggested 16gb however doing something more than that would be almost pointless because the bottleneck will come from the processor then. ALSO it s probably a good idea to note the speed of the RAM too because then your RAM can bottleneck because it can only handle XXXXmhz clock speed at most. Generally, though, 1600mhz is fine.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签