Too many projects in a workspace? (CW 10.6)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Too many projects in a workspace? (CW 10.6)

跳至解决方案
1,409 次查看
chrispawlak
Contributor I

I'm using CodeWarrior 10.6 and I'm wondering if there is a maximum, or a recommended maximum, number of projects for a given workspace. The workspace I'm considering would potentially contain many different projects using various microcontrollers. Would that make CodeWarrior more prone to errors? Would it become too slow? I know CodeWarrior can become slow overtime regardless of the number of projects in a workspace. And I realize you can take care of that by exporting preferences, deleting metadata, and re-importing the preferences. But does it get to a point where it's just always slow because of the high number of projects?

 

Once I decide on a file structure for our code, it will be difficult/confusing to change down the road especially with respect to archiving and version control. So I want to make sure we do it right the first time.

标签 (1)
标记 (2)
0 项奖励
回复
1 解答
1,271 次查看
BlackNight
NXP Employee
NXP Employee

Yes, every project open in Eclipse workspace will consume some memory (keeping the symbols, refreshing the files, etc).

So it is best practice to have only the projects open you are working on.

If you are interested in numbers, have a look at

http://mcuoneclipse.com/2014/08/16/eclipse-performance-improvement-tip-close-unused-projects/

Erich

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,272 次查看
BlackNight
NXP Employee
NXP Employee

Yes, every project open in Eclipse workspace will consume some memory (keeping the symbols, refreshing the files, etc).

So it is best practice to have only the projects open you are working on.

If you are interested in numbers, have a look at

http://mcuoneclipse.com/2014/08/16/eclipse-performance-improvement-tip-close-unused-projects/

Erich

0 项奖励
回复