gatling-maven-plugin StackOverflowError

时间:2016-11-24 15:03:24

标签: maven gatling

当我构建我的simle Scenario时,我得到了这个。如何为gateling-maven-plugin提供更多内存?

void AddLegendItem(Legend L, Series s, Color mc)
{
    LegendItem lit = new LegendItem();

    lit.BorderColor = mc;
    lit.Color = mc;
    lit.SeriesName = s.Name;
    lit.Name = s.Name;
    L.CustomItems.Add(lit);
 }

0 个答案:

没有答案