English 中文(简体)
如何缩小Eclipse PDOM档案?
原标题:How to shrink the Eclipse PDOM file?

我的理解是,PDOM文件是一个包含双向数据的统一文本数据库。 但我的问题是,我每天把我的工作空间(通过双赢)归档,以确保我回到工作组合,如果情况不好(不幸似乎每周发生)。 问题是PDOM的档案(例如,64 MB)。 因此,创建日常档案是昂贵的。 是否有可能缩小和(或)删除PDOM的档案,并且仍然有假的工作?

增 编

问题回答

The PDOM files contain the data from the Indexer. So it s nothing you really need to restore your workspace. So you could simply don t archive it. The Indexer will re-create it as soon as it misses it. BTW this is an option to shrink it: Close Eclipse, delete it, start Eclipse and let the Indexer re-create it :-)





相关问题
Eclipse-C++-Debugging: see content of an Array

Is it possible to see the content of a dynamically allocated array, as in: int *array = new int[dimension]; I only see the value of the pointer. edit: just found the option "display as an array", ...

g++ produces big binaries despite small project

Probably this is a common question. In fact I think I asked it years ago... but I can t remember the answer. The problem is: I have a project that is composed of 6 source files. All of them no more ...

Grouping Files in Project Explorer in Eclipse

I am newbie to Eclipse, I am planning to use it for AVR development with WinAVR and gcc. The feature I am looking for is the grouping of different files in the project, like all headers together, all ...

Eclipse CDT static resources under build folder

I m building a C++ project under Eclipse and my release folder should include a static sub-folder with some files inside it, those are required by executable during runtime. The problem is that this ...

"Export" button in Eclipse CDT "Paths and Symbols" dialog?

On the Includes tab of the Paths and Symbols section of the Project Properties dialog in the Eclipse CDT, there is an "Export" button: The best documentation I have found says that this "toggles ...

Create an Eclipse project on the command line?

I would like to have a shell script create an entire CDT project on the command line and add it to a workspace. I m willing to generate the .project and .cproject files myself, but I d like something ...

热门标签