Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

artifactFilePublisher size limitation

Hi,

According to the Ant task reference, there are limitation of 10MB for using artifactFilePublisher task.
Does this limitation needed to be strictly observed?
Can't we store artifacts larger than 10MB?

I am thinking of storing build artifacts in the repository, and the size will be about 40MB.
I am not intending to store the artifacts in every daily builds, but want to store the qualifiedartifacts which will be officially released.

v2.0 Information Center says the size "should not" be larger , but v3.0 Information Center says the size "must not" be larger.

Is there any differences between v2.0 and v3.0?


Thanks in advance!

0 votes



One answer

Permanent link
Hi,

According to the Ant task reference, there are limitation of 10MB for using artifactFilePublisher task.
Does this limitation needed to be strictly observed?
Can't we store artifacts larger than 10MB?

I am thinking of storing build artifacts in the repository, and the size will be about 40MB.
I am not intending to store the artifacts in every daily builds, but want to store the qualifiedartifacts which will be officially released.

v2.0 Information Center says the size "should not" be larger , but v3.0 Information Center says the size "must not" be larger.

Is there any differences between v2.0 and v3.0?


Thanks in advance!


Hi,

One of the main issues with large files is the growth of the database because the artifactFilePublisher task publishes the content in the database. The recommended solution for large files is to store them some other place and use the artifactLinkPublisher task to publish a link to the file. This topic has some posts from a user that noticed the growth in the database when publishing to the database. This is a link to the enhancement request that was created from that topic. Feel free to add comments if that looks like an enhancement that you would be interested in.

Brent Ulbricht
RTC Build Lead

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 20 '11, 1:46 a.m.

Question was seen: 5,810 times

Last updated: Jun 20 '11, 1:46 a.m.

Confirmation Cancel Confirm